Skip to main content

LiveControlAPI

Broadcast Manager Endpoint:
http://machineName:8753/CambriaBM/v1/LiveControl

Stream Manager Endpoint:
http://machineName:8757/CambriaLM/v1/LiveControl

Description

Control live event streams by starting, stopping, or switching inputs and outputs.

Arguments

NameTypeDescription
CommandStringThe control command to execute (e.g., Start, Stop, SwitchInput).
EventIDStringThe ID of the event to control.

HTTP Method

POST

HTTP XML Response

ElementParentDescription
ContentNoneContainer of the response
StatusContentLogs of the API call

HTTP Status Codes

ValueDescription
200Successfully processed
400Invalid parameters
404Event not found
5xxServer error while executing control command